home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 3 / QRZ Ham Radio Callsign Database - Volume 3.iso / world / mac / digital / tcp_sea.hqx / NET_Mac(WD1V) / autoexec.net < prev    next >
Text File  |  1993-07-23  |  2KB  |  99 lines

  1. #$debug on
  2. #
  3. # net.start -- Macintosh-specific "autoexec.net" config. file
  4. #
  5. hostname wd1v
  6. ax25 mycall wd1v
  7. hostfile :hosts.net
  8. attach asy 2 a ax25 ax0 2048 576 9600
  9. #
  10. ax25 digipeat on
  11. ax25 maxframe 2
  12. ax25 paclen 200
  13. ax25 pthresh 64
  14. ax25 retry 6
  15. ax25 window 4096
  16. ax25 heard on
  17. # frack (in milliseconds)
  18. ax25 t1 15000
  19. # resptime (in milliseconds)
  20. ax25 t2 15000
  21. # check (in milliseconds)
  22. ax25 t3 300000
  23. #
  24. ip addr [44.52.2.19]
  25. ip ttl 12
  26. tcp mss 216 
  27. tcp window 432
  28. tcp irtt 5000
  29. #tcp mrtt 300000
  30. # smtp kick every 600 seconds
  31. smtp timer 180
  32. # define port a
  33. # define port b (AppleTalk)
  34. #attach appletalk 77 b arpa at0 7 600
  35. #mode 430 datagram
  36. # txdelay (*10 millisec)
  37. param ax0 1 100
  38. # 1/n perc.
  39. param ax0 2 64
  40. # slot time (*10 millisec)
  41. param ax0 3 10
  42. # TX tail (*10 millisec)
  43. param ax0 4 10
  44. # Full duplex
  45. param ax0  5 0
  46. # Default
  47. route add [44.0.0.0]/8 ax0 44.52.2.21
  48. # add the following stations for direct connections
  49. #route add [44.52.0.40] ax0
  50. #route add [44.52.0.92] ax0
  51. #
  52. mbox y
  53. #
  54. #Winter:
  55. #
  56. tzone EDT 4
  57. #Daylight savings time:
  58. start smtp
  59. start ftp
  60. start echo
  61. start discard
  62. start telnet
  63. start finger
  64.  
  65. #
  66. beacon set ax0
  67. beacon callsign QST-0
  68. beacon message "Macintosh TCP/IP in Manchester, NH"
  69. beacon interval 500
  70. beacon enable
  71. #
  72. # enable the Proxy ARP facility
  73. is_es enable
  74. #
  75. # enable IP Heard command
  76. ip heard on
  77. #
  78. # sound enough bells to wake me up
  79. alerts 3
  80. #
  81. # activate rip
  82.  
  83. prompt wd1v>
  84. #
  85. # activate rip trace
  86.  
  87. # define log folder
  88. log :spool:log 0 0 24 80
  89. #
  90. # trace smtp session
  91. smtp trace 2 0 244 3 80
  92. #
  93. # define default console window
  94. trace ax0 111
  95. console 0 0 13 80
  96. #end
  97.  
  98.  
  99.